const runtime.rootBlockBytes
6 uses
runtime (current package)
mgcmark.go#L26: rootBlockBytes = 256 << 10
mgcmark.go#L65: return int(divRoundUp(bytes, rootBlockBytes))
mgcmark.go#L273: if rootBlockBytes%(8*goarch.PtrSize) != 0 {
mgcmark.go#L281: off := uintptr(shard) * rootBlockBytes
mgcmark.go#L286: ptrmask := (*uint8)(add(unsafe.Pointer(ptrmask0), uintptr(shard)*(rootBlockBytes/(8*goarch.PtrSize))))
mgcmark.go#L287: n := uintptr(rootBlockBytes)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)